home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 30
/
Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso
/
Aminet
/
mus
/
edit
/
OctamedSS1.03c.lha
/
Soundstudio
/
Rexx
/
omed.lha
/
rexx
/
search_next.omed
< prev
next >
Wrap
Text File
|
1996-06-09
|
450b
|
14 lines
/* Search */
options results
'pl_stop'
wi_isopen replacenotes var open
if open then wi_activate replacenotes
else wi_open replacenotes
'wi_request "Search for this note/cmd?" "Yes|No" var req'
if req then do forever
rn_findreplacesource next; found=result
if found then 'wi_request "Continue to search for next?" "Yes|No" var cont'
else do; wi_showstring "No more found!"; cont=0; end
if ~cont then leave
end
if ~open then wi_close replacenotes